Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix for R16B's removal of parameterized modules #45

Merged
merged 1 commit into from Jan 5, 2014

Conversation

tsutsu
Copy link

@tsutsu tsutsu commented Apr 14, 2013

Copy OTP's parameterized module parse-transform
(https://github.com/erlang/pmod_transform) into the source tree;
add compiler pragmas to files that require parameterized modules
to use the parse-transform (sockjs_pmod_pt).

The module implementing the parse-transform has been renamed, as
per OTP's suggestion, to avoid name clashes.

Fixes #43.

Copy OTP's paramaterized module parse-transform
(https://github.com/erlang/pmod_transform) into the source tree;
add compiler pragmas to files that require parameterized modules
to use the parse-transform (sockjs_pmod_pt).

The module implementing the parse-transform has been renamed, as
per OTP's suggestion, to avoid name clashes.
@hyperthunk
Copy link
Contributor

Hi @tsutsu - thanks for the patch. I'll try and attend to this in the next week or so.

@hyperthunk
Copy link
Contributor

I'll try and attend to this in the next week or so.

Sorry, been rather busy but I will try and get to this soon.

@xinuc
Copy link

xinuc commented Jan 3, 2014

Is there any reason this is not merged yet?
I've tried it and I didn't find any problem compiling.

majek added a commit that referenced this pull request Jan 5, 2014
Fix for R16B's removal of parameterized modules
@majek majek merged commit bd9de3d into sockjs:master Jan 5, 2014
@xinuc
Copy link

xinuc commented Jan 6, 2014

+1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add support of R16B
4 participants